home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / JunkMatcher 1.5.5.dmg / JunkMatcher.app / Contents / Resources / English.lproj / MetaPatternDrawer.nib / classes.nib next >
Encoding:
Text File  |  2005-06-01  |  2.9 KB  |  82 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 addPattern = id; 
  6.                 copyPatternFromTable = id; 
  7.                 matchAll = id; 
  8.                 matchPattern = id; 
  9.                 openLogWindow = id; 
  10.                 openRawMessageSource = id; 
  11.                 openWhitelistWindow = id; 
  12.                 removePattern = id; 
  13.                 savePatterns = id; 
  14.                 setPatternHTML = id; 
  15.                 setTestHard = id; 
  16.                 setTestOn = id; 
  17.                 spawnPattern = id; 
  18.                 switchView = id; 
  19.                 toggleMetaPatternsDrawer = id; 
  20.                 updatePattern = id; 
  21.             }; 
  22.             CLASS = AppController; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {
  25.                 addButton = NSButton; 
  26.                 btLabel = NSTextField; 
  27.                 charsetsLabel = NSTextField; 
  28.                 copyPatternButton = NSButton; 
  29.                 filenamesLabel = NSTextField; 
  30.                 htmlLabel = NSTextField; 
  31.                 matchAllButton = NSButton; 
  32.                 matchButton = NSButton; 
  33.                 matchLabel = NSTextField; 
  34.                 messageView = NSTextView; 
  35.                 messageViewSelector = NSPopUpButton; 
  36.                 onlyPatternsButton = NSButton; 
  37.                 patternField = NSTextField; 
  38.                 progressIndicator = NSProgressIndicator; 
  39.                 receivedDateLabel = NSTextField; 
  40.                 testArrayController = JMDNDArrayController; 
  41.                 testTableView = NSTableView; 
  42.                 updateButton = NSButton; 
  43.                 urlLabel = NSTextField; 
  44.                 vtLabel = NSTextField; 
  45.                 window = NSWindow; 
  46.             }; 
  47.             SUPERCLASS = NSObject; 
  48.         }, 
  49.         {
  50.             ACTIONS = {"" = id; }; 
  51.             CLASS = FirstResponder; 
  52.             LANGUAGE = ObjC; 
  53.             SUPERCLASS = NSObject; 
  54.         }, 
  55.         {
  56.             ACTIONS = {search = id; }; 
  57.             CLASS = JMArrayController; 
  58.             LANGUAGE = ObjC; 
  59.             OUTLETS = {jmDelegate = id; newObj = id; }; 
  60.             SUPERCLASS = NSArrayController; 
  61.         }, 
  62.         {
  63.             ACTIONS = {add = id; remove = id; search = id; setMetaPatternToUser = id; update = id; }; 
  64.             CLASS = MetaPatternDrawerController; 
  65.             LANGUAGE = ObjC; 
  66.             OUTLETS = {
  67.                 addButton = NSButton; 
  68.                 inUseLabel = NSTextField; 
  69.                 metaPatternController = JMArrayController; 
  70.                 metaPatternDrawer = NSDrawer; 
  71.                 metaPatternTableView = NSTableView; 
  72.                 nameField = NSTextField; 
  73.                 patternField = NSTextField; 
  74.                 searchField = NSSearchField; 
  75.                 updateButton = NSButton; 
  76.                 userMetaPatternButton = NSButton; 
  77.             }; 
  78.             SUPERCLASS = NSObject; 
  79.         }
  80.     ); 
  81.     IBVersion = 1; 
  82. }